home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / ezchk11.zip / UNPACK.BAT < prev   
DOS Batch File  |  1997-05-24  |  796b  |  20 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO ■ Do you have RAR.EXE in a directory in your path, so this batchfile
  4. ECHO   can use it to unpack this fabulous UploadChecker program?
  5. ECHO   If so, please press any key, if you are not sure, or you do not have
  6. ECHO   it in your path, press CONTROL-C or CONTROL-BREAK right now to stop.
  7. PAUSE >NUL
  8. RAR x -pRELEASED ezcheck.11 c:\
  9. CLS
  10. ECHO ■ EZCheck is installed in C:\EZCHECK
  11. ECHO   The documentation is in C:\EZCHECK\DOC
  12. ECHO   The example settings in C:\EZCHECK\EXAMPLE
  13. ECHO  
  14. ECHO ■ Thanks for choosing EZCheck Version 11 to be your UploadChecker...
  15. ECHO  
  16. ECHO ■ When you are upgrading from an older version, please run EZConfig
  17. ECHO   to update your .INI file with the new Swapping Type Setting.
  18. ECHO   The settings are explained inside EZConfig.
  19. ECHO  
  20.